home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Think Class Libraries / Expander / Sample Source / MainItems.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-30  |  792 b   |  34 lines  |  [TEXT/KAHL]

  1. /******************************************************************************
  2.  MainItems.h
  3.  
  4.                 Main Item Constants
  5.     
  6.     Copyright © 1994 My Software Inc. All rights reserved.
  7.  
  8.     Generated by Visual Architect™
  9.  
  10.     This file is rewritten each time you generate code. You should not
  11.     make changes to this file.
  12.  
  13.     If you want to change how Visual Architect generates this file, you can
  14.     change the template for this file. It is "Items.h" in the Visual Architect
  15.     Templates folder.
  16.  
  17.  ******************************************************************************/
  18.  
  19. #pragma once
  20.  
  21.  
  22.     //    Item numbers for each item.
  23.     //
  24.     //    Use TCLGetItemPointer (ViewUtilities) to convert these
  25.     //    item numbers to a pointer to the named item.
  26.  
  27. enum
  28. {
  29.     Main_Begin_,
  30.     kMain_Subv3 = 1,
  31.     kMain_Subv3ID = 1L,
  32.     Main_End_
  33. };
  34.